	
;;; QQ: 67762207
%100
+52

[@main]
#IF
checkpkpoint 2
#SAY
Such people do not want to deal with you. \ \
<Close/@exit>
#ELSESAY
Welcome, there are ants eggs or skull bone of a class of materials, please sell me. \
<Sell./@Sell> Materials \ \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@sell]
#SAY
What would like to sell items? \ \
<Pre-step/@main>

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \


#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break
[@NoQuest_Say]
#SAY
_ Hunting in the material is very valuable. Villagers occasionally need these materials have time, we can consider what to collect. \ \
_ <Close/@exit>


[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207